home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / less177.zip / README.OS2 < prev    next >
Text File  |  1992-07-18  |  1KB  |  36 lines

  1. 1. Globbing
  2.     Unlike unix less, globbing is not handled by the shell, but
  3. internally for command line arguments, and by vecho.exe for the "e"
  4. command (this should be internalized).  See os2_glob.txt for globbing
  5. rules.
  6.  
  7. 2. Scrolling
  8.     Screen manipulation is done with OS/2's built-in ansi, which
  9. unfortunately does not provide scrolling commands.  Therefore true
  10. back-scrolling is not implemented (the screen will still display the
  11. correct part of the file).
  12.  
  13. 3. Window Sizing
  14.     less will recognize window size changes done with a
  15. shell-escaped "mode" command and adjust accordingly.
  16.  
  17. 4. Environment Variables
  18.     LESSTERM is new and takes precedence over TERM.
  19.     COMSPEC is used, rather than SHELL, to specify the default shell.
  20.  
  21. 5. The on-the-fly uncompress in Kai Rommel's port of less 170 is not
  22. implemented.  To view a compressed file, do "zcat < filename | less"
  23. from the command line, or if you're already viewing the file in less,
  24. try "gmaG|auncompress|less".
  25.  
  26. 6. In addition to the keys listed in less.man, DOWN, PGDOWN, UP, PGUP,
  27. HOME, END, F1 (help), and ESC (quit) may be used.
  28.  
  29. 7. less uses a slightly different character set from the latin1
  30. character set used in unix less.  See charset.c for details.
  31.  
  32.  
  33. John Kim (jhrv@midway.uchicago.edu)
  34. Center for Population Economics
  35. University of Chicago
  36.